public class ForwardSDMolSupplier extends MolSupplier
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
ForwardSDMolSupplier() |
|
ForwardSDMolSupplier(gzstream strm) |
|
ForwardSDMolSupplier(gzstream strm,
boolean sanitize) |
|
ForwardSDMolSupplier(gzstream strm,
boolean sanitize,
boolean removeHs) |
|
ForwardSDMolSupplier(gzstream strm,
boolean sanitize,
boolean removeHs,
boolean strictParsing) |
protected |
ForwardSDMolSupplier(long cPtr,
boolean cMemoryOwn) |
|
ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream) |
|
ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream,
boolean takeOwnership) |
|
ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream,
boolean takeOwnership,
boolean sanitize) |
|
ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream,
boolean takeOwnership,
boolean sanitize,
boolean removeHs) |
|
ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream,
boolean takeOwnership,
boolean sanitize,
boolean removeHs,
boolean strictParsing) |
Modifier and Type | Method and Description |
---|---|
boolean |
atEnd() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ForwardSDMolSupplier obj) |
boolean |
getEOFHitOnRead() |
boolean |
getProcessPropertyLists() |
void |
init() |
ROMol |
next() |
void |
reset() |
void |
setProcessPropertyLists(boolean val) |
getCPtr
protected ForwardSDMolSupplier(long cPtr, boolean cMemoryOwn)
public ForwardSDMolSupplier()
public ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream, boolean takeOwnership, boolean sanitize, boolean removeHs, boolean strictParsing)
public ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream, boolean takeOwnership, boolean sanitize, boolean removeHs)
public ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream, boolean takeOwnership, boolean sanitize)
public ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream, boolean takeOwnership)
public ForwardSDMolSupplier(SWIGTYPE_p_std__istream inStream)
public ForwardSDMolSupplier(gzstream strm, boolean sanitize, boolean removeHs, boolean strictParsing)
public ForwardSDMolSupplier(gzstream strm, boolean sanitize, boolean removeHs)
public ForwardSDMolSupplier(gzstream strm, boolean sanitize)
public ForwardSDMolSupplier(gzstream strm)
protected static long getCPtr(ForwardSDMolSupplier obj)
protected void finalize()
finalize
in class MolSupplier
public void delete()
delete
in class MolSupplier
public void init()
init
in class MolSupplier
public void reset()
reset
in class MolSupplier
public ROMol next()
next
in class MolSupplier
public boolean atEnd()
atEnd
in class MolSupplier
public void setProcessPropertyLists(boolean val)
public boolean getProcessPropertyLists()
public boolean getEOFHitOnRead()